home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / GRAPHICS / VOXRAY.ZIP / BSPMOVE.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-10  |  229 b   |  11 lines

  1. #ifndef _BSPMOVE_
  2. #define _BSPMOVE_
  3.  
  4. #include "ray.h"
  5. #include "globals.h"
  6.  
  7. ssector * Get_Object_SSector(pobject find_obj, long starting_node_index);
  8. long Box_Smallest_Node(long x1, long x2, long y1, long y2);
  9.  
  10. #endif
  11.